<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/* 超小屏幕（手机，小于 768px） */
@media screen and (max-width: 768px) {
  .zzfw .homec1 .con {
    padding: 0;
  }
  .swiper-slide {
    background: none !important;
  }
  .site-service {
  }
  .site-service-top {
    display: flex;
    flex-direction: row;
  }
  .site-service-top-item {
    cursor: pointer;
    width: 50%;
    text-align: center;
    color: #000000;
    border-bottom: 2px solid rgba(153, 153, 153, 0.5);
  }
  .site-service-top-item img {
    transform: translate(-0, -0%);
    -webkit-transform: translate(-0, -0%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 60px;
  }
  .site-service-top-item img:hover {
    transform: translate(-0, -3%);
    -webkit-transform: translate(-0, -3%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .tab-title {
    font-size: 20px;
    font-weight: 800;
    padding: 15px 0;
  }

  .ssactive {
    color: rgba(0, 91, 234, 1);
    border-bottom: 2px solid rgba(0, 91, 234, 1);
  }
  .service-mid-tab-top {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    justify-content: space-between;
  }
  .site-service-mid {
    padding-top: 30px;
  }
  .service-mid-tab {
    cursor: pointer;
  }
  .service-mid-tab-con {
    display: flex;
    flex-direction: row;
  }
  .service-mid-tab-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
  }
  .service-mid-tab-left img {
    margin: 10px 0;
  }
  .service-mid-tab-left-title {
    color: #fff;
    font-size: 6px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: rgba(0, 91, 234, 1);
  }
  .service-mid-tab-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
  }
  .service-mid-tab-right-title {
    font-size: 6px;
  }
  .service-mid-tab-title {
    font-size: 14px;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
  }
  .service-mid-tab-mid-tt {
    padding-top: 15px;
    font-size: 12px;
    color: #666666;
    font-weight: 500;
  }
  .service-mid-tab-list {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .service-mid-tab-list-item {
    text-align: center;
    width: 47%;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background-color: #005bea;
    padding: 10px 25px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .service-mid-tab-list-item:nth-child(odd) {
    margin-right: 6%;
  }
}
/* 小屏幕（平板，大于等于 768px） */
@media screen and (min-width: 768px) {
  .swiper-slide {
    background: none !important;
  }
  .site-service {
  }
  .site-service-top {
    display: flex;
    flex-direction: row;
  }
  .site-service-top-item {
    cursor: pointer;
    width: 50%;
    text-align: center;
    color: #000000;
    border-bottom: 2px solid rgba(153, 153, 153, 0.5);
  }
  .site-service-top-item img {
    transform: translate(-0, -0%);
    -webkit-transform: translate(-0, -0%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 100px;
  }
  .site-service-top-item img:hover {
    transform: translate(-0, -3%);
    -webkit-transform: translate(-0, -3%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .tab-title {
    font-size: 26px;
    font-weight: 800;
    padding: 30px 0;
  }

  .ssactive {
    color: rgba(0, 91, 234, 1);
    border-bottom: 2px solid rgba(0, 91, 234, 1);
  }
  .service-mid-tab-top {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    justify-content: space-between;
  }
  .site-service-mid {
    padding-top: 30px;
  }
  .service-mid-tab {
    cursor: pointer;
  }
  .service-mid-tab-top-tt {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .service-mid-tab-top-tt img {
    width: 1px;
    height: 50px;
    margin-top: 10px;
  }
  .service-mid-tab-top-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: rgba(0, 91, 234, 1);
  }
  .service-mid-tab-top-img {
    margin-top: 18px;
    width: 327px;
    height: 8px;
  }
  .service-mid-tab-mid {
    padding-top: 10px;
    padding-bottom: 14px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
  }

  .service-mid-tab-mid-txt:nth-child(2) {
    text-align: center;
  }
  .service-mid-tab-mid-txt:last-child {
    text-align: right;
  }
  .service-mid-tab-title {
    font-size: 16px;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
  }
  .service-mid-tab-mid-tt {
    padding-top: 15px;
    font-size: 14px;
    color: #666666;
    font-weight: 500;
  }
  .service-mid-tab-list {
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .service-mid-tab-list-item {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-color: #005bea;
    padding: 10px 25px;
    border-radius: 10px;
  }
}
</pre></body></html>